CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口 类

搜索资源列表

  1. widget_self

    0下载:
  2. 串口基类的操作和使用 串口基类的操作和使用-Serial base class operation and use the serial port operation and use of the base class
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1709
    • 提供者:wyb
  1. SerialPort

    0下载:
  2. 串口通信类,轻松实现串口通信,强烈推荐使用-Channeling port communications
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:8347
    • 提供者:heshan
  1. LsCommDemo

    0下载:
  2. 这是一个Win32 API的打包类,对处理串口的Win32 API类进行了封装,借助这个类可以很方便地对串口进行操作。 特性: 1、C++接口简洁易用。 2、使用C++异常时,首选 Win32 常规的返回值机制。保证使用CSerialPort的代码更加健壮。 3、支持UNICODE,支持MFC静态链接并且所有代码都在 warning level 4 级别上进行洁净编译。 4、支持串口模块使用重叠、阻塞和回调(只能在NT中使用) -This is a Win32 API
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:369163
    • 提供者:zfcx1688
  1. SerialPort

    0下载:
  2. C#串口编程,定义,发送,事件接受,SerialPort类开发的。-Serial Programming C#, definitions, sending, receiving events, SerialPort class development.
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:133259
    • 提供者:hw
  1. NRF24L01_uasrt

    0下载:
  2. 板子通过USB加电后,先向串口1输出一串测试数据,然后USB被PC识 别出来,虚拟出一个串口号给这个USB设备,此时可以通过在PC端的串口助手类 软件选择该串口号。-The board is powered via USB they ask a bunch of test data output port 1, and then identified by PC USB, a virtual serial port number to the USB device, this time
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-16
    • 文件大小:4487890
    • 提供者:卢启明
  1. communication-by-SerialPortTest

    0下载:
  2. 利用SerialPort类写的串口通信程序-Using the SerialPort class to write the serial communication program
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3708277
    • 提供者:熊思
  1. SerialPort

    0下载:
  2. C#利用SerialPort类进行串口通信的例子,适合初学者学习研究-C# using the SerialPort class for serial communication example, suitable for beginners study
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:106701
    • 提供者:tom
  1. SerialComm

    0下载:
  2. 基于C++的用于串口通信的应用程序,VS2010下测试通过。将mycom类放在此项目中可以实现简单的串口通信。进一步改造,可以用于windows或wince下。-Serial communication applications based on the C++. It was tested on VS2010. The mycom class in this project can achieve a simple serial communication.
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:137954
    • 提供者:申悦
  1. wince-6.0-SerialSample

    1下载:
  2. win ce 6.0系统下写的功能非常强大的串口通讯类,已经经过测试,没有任何问题,可以直接引用。-Windows ce 6.0 very powerful serial interface communication system under the writing class, have been tested, no problem, you can directly reference.
  3. 所属分类:Communication

    • 发布日期:2015-01-18
    • 文件大小:70656
    • 提供者:陈有任
  1. SerialDemo

    0下载:
  2. 一个很实用的串口调试类,有demo CSerialIO实现一个对串口读写的类,有一个线程负责处理对串口数据的读写,只需要简单调用CSerialIO提供的API就可以侦听串口的数据。-A very practical serial debugging classes, there are demo CSerialIO implement a class to read and write to the serial port, there is a thread to handle read an
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:33481
    • 提供者:宁良伟
  1. PendMove

    0下载:
  2. 常用RS232串口通用库类,可直接使用,谢谢大家~-The common library of the RS232
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:72743
    • 提供者:孔祥通
  1. fang-CSerial-zhushou

    0下载:
  2. 仿串口助手写的程序,使用CSerialPort这个类-Imitation serial assistant program written
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3794427
    • 提供者:zhoujinshuai
  1. CShapeSerialPort

    0下载:
  2. C# 串口调试程序+源码下载,代码中包括了一个串口开发辅助类,在这个类中几乎包括了全部的串口调试操作功能,本程序也可以看作是围绕这个串口调试类所编写的实例,运行注意,请确保你的计算机中有串口,未扫描到该计算机的COM口,请添加硬件后重新打开程序!测试时的串口号,默认COM1,程序根据结束字节来判断是否全部获取完成。-C# serial debugger+ source code download includes a serial code development helper class, i
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:24750
    • 提供者:王强
  1. CSerialMSComm

    0下载:
  2. 比较两种串口通信实现方式,CSerial类和MSCommVC控件实现方式-Comparison of two ways of realizing serial communication, CSerial and MSCommVC controls to realize mode
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:18784
    • 提供者:linfei
  1. serialport

    0下载:
  2. wince 串口通讯类,阻塞式,可以直接使用。-serialport for wince
  3. 所属分类:Windows CE

    • 发布日期:2017-04-14
    • 文件大小:3349
    • 提供者:fanr520
  1. Win32-API-MSComm-Control-MFC-Class

    0下载:
  2. Win32 API 串口控制 MFC 打包类,适合初学者使用。-Win32 API serial control MFC wrapper class for beginners.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:18818
    • 提供者:程述良
  1. CSerialPort-master

    0下载:
  2. 串口通讯类,有许多人进行修改,得到一个比较完美实用的通讯类-CSerialPort class writed by a lot of person include foreign person
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:11890
    • 提供者:Andsen
  1. qt

    0下载:
  2. qt没有自带的串口编程,我们一般都会使用第三方类。该文件可以直接使用。-qt serial programming of third-party class, can be used directly.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:271843
    • 提供者:yyg
  1. NeedlePriter-Test

    0下载:
  2. 串口 USB 并口 调试助手VC++ USBprinter类-USB Parallel Serial debugging assistant VC++ USBprinter class
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-21
    • 文件大小:6509868
    • 提供者:tracy
  1. myCom

    0下载:
  2. 基于s3c2440的串口编程,类是与pc是那个的串口调试助手。-Based on s3c2440 serial programming, classes are with pc is that serial debugging assistant.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:194804
    • 提供者:何明
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com